C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / ChartY1Data Class / ChartY1Data Constructor / ChartY1Data Constructor(Nullable<Double>)
A double? value is set to DoubleValue property.

In This Topic
ChartY1Data Constructor(Nullable<Double>)
In This Topic
Initializes a new instance of the ChartY1Data class.
Syntax
'Declaration
 
Public Function New( _
   ByVal doubleValue As System.Nullable(Of Double) _
)
 

Parameters

doubleValue
A double? value is set to DoubleValue property.
See Also